projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05abbc4
)
(ange-ftp-vms-sans-version): Accept extra args.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 31 Aug 1995 15:05:39 +0000
(15:05 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 31 Aug 1995 15:05:39 +0000
(15:05 +0000)
lisp/ange-ftp.el
patch
|
blob
|
history
diff --git
a/lisp/ange-ftp.el
b/lisp/ange-ftp.el
index 0af2e987509fdf280e130c5f617daf19f919b591..87af1adedaaeeb01476171377a7b60fde2b01305 100644
(file)
--- a/
lisp/ange-ftp.el
+++ b/
lisp/ange-ftp.el
@@
-4835,7
+4835,7
@@
Other orders of $ and _ seem to all work just fine.")
;; (cons '(vms . ange-ftp-dired-vms-ls-trim)
;; ange-ftp-dired-ls-trim-alist)))
-(defun ange-ftp-vms-sans-version (name)
+(defun ange-ftp-vms-sans-version (name
&rest args
)
(save-match-data
(if (string-match ";[0-9]+$" name)
(substring name 0 (match-beginning 0))